home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / Eng / bxAutoZip for Outlook 1.0 / bxautozip.exe / fkSetup.ini < prev    next >
INI File  |  2002-10-14  |  7KB  |  274 lines

  1. ; Installscript for bxAutoZip. Copyright (C) 2001 by BAxBEx Software. All Rights reserved.
  2. ;-----------------------------------------------------------------------------------------------
  3.  
  4. [Setup]
  5.  
  6.  AppName           = "bxAutoZip"
  7.  Version           = "1.05"
  8.  Title             = "bxAutoZip - Setup"
  9.  Copyright         = @Copyright 
  10.  Company       = "BAxBEx Software"
  11.  Homepage          = @Homepage
  12.  ExeName       = "bxAutoZip"
  13.  Bitmap            = "setup.bmp"
  14.  SetupBitmapExStlye  = 0
  15.  TransparentBitmpap  = YES
  16.  MinimumInstall    = Basic
  17.  TypicalInstall    = Basic,Uninstall
  18.  Platforms         = WinNT,Win95
  19.  RegRootPath       = "Software\\$COMPANY\\$APPNAME"
  20.  BottomLineColor     = $FFFFFF
  21.  
  22.  
  23.  UseDesktopAsParentWindow = YES
  24.  DisplaySetupIcon         = NO
  25.  DisplayRegisterPage      = NO
  26.  SilentMsgBox             = YES
  27.  
  28. ;-----------------------------------------------------------------------------------------------
  29.  
  30. [Background]
  31.   Color1 = $FF0000
  32.   Color2 = $000000
  33.  
  34. ;-----------------------------------------------------------------------------------------------
  35.  
  36. [Languages]
  37.  Language          = English                 // English is build-in
  38.  Language          = German
  39.  Language          = Spanish
  40.  Language          = French
  41.  Language          = Italian
  42.  Language          = Danish
  43.  
  44.  AlwaysSelect      = TRUE
  45.  
  46.  [English]
  47.   LangID            = 0x0409
  48.   ScriptLanguage    = english_script.lng
  49.    
  50.  [German]
  51.   LangID            = 0x0407 
  52.   SetupLanguage     = german.lng
  53.   ScriptLanguage    = german_script.lng
  54.   Uninstall         = german_uninstall.lng   
  55.  
  56.  [French]
  57.   LangID            = 0x040c
  58.   SetupLanguage     = french.lng
  59.   ScriptLanguage    = french_script.lng
  60.   Uninstall         = french_uninstall.lng   
  61.  
  62.  [Italian]
  63.   LangID            = 0x0410 
  64.   SetupLanguage     = italian.lng
  65.   ScriptLanguage    = italian_script.lng
  66.   Uninstall         = italian_uninstall.lng
  67.  
  68.  [Danish]
  69.   LangID            = 0x0406
  70.   SetupLanguage     = dansk.lng
  71.   ScriptLanguage    = dansk_script.lng
  72.   Uninstall         = dansk_uninstall.lng
  73.   
  74.  [Spanish]
  75.   LangID            = 0x0c0a
  76.   SetupLanguage     = spanish.lng
  77.   ScriptLanguage    = spanish_script.lng
  78.   Uninstall         = spanish_uninstall.lng  
  79.  
  80. ;-----------------------------------------------------------------------------------------------
  81.  
  82. [Finish]
  83.  DisplayReadme     = NO
  84.  DisplayReadme     = Yes
  85.  ReadmePath        = "$TARGETFOLDER\\readme.txt"
  86.  ReadmeFlag        = Basic
  87.  
  88.  FinishText      = @FinishText
  89.  
  90. ;-----------------------------------------------------------------------------------------------
  91.  
  92. [Requirements]
  93.  Platforms           = Win95, Win98, WinNT, Win2K, WinXP, WinME
  94.  AdminRights         = 2
  95.  ColorDepth          = 0
  96.  
  97.  
  98. ;-----------------------------------------------------------------------------------------------
  99.  
  100. [TargetFolder]
  101.  BrowseForTarget   = Yes
  102.  TargetFolder      = "$PROGRAMFILES\\$APPNAME"
  103.  
  104. ;-----------------------------------------------------------------------------------------------
  105.  
  106. [Licence]
  107.  DisplayLicence    = Yes
  108.  LicenceFile       = @LicenceFile
  109.  
  110. ;-----------------------------------------------------------------------------------------------
  111.  
  112. [Unload]
  113.  UnloadPrograms    = YES
  114.  ClassName         = "rctrl_renwnd32"
  115.  UnloadMessage     = @UnloadMessage
  116.  ;UnloadMessage     = "Close Microsoft Outlook, before installing bxAutoZip"
  117.  
  118. ;-----------------------------------------------------------------------------------------------
  119.  
  120. [Uninstall]
  121.  CreateUninstall   = Yes
  122.  UninstallString   = "$APPNAME $Version"
  123.  UninstallApp      = "$TARGETFOLDER\\uninstall.exe"
  124.  
  125.  RemoveReg         = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Exchange\\Client\\Extensions|bxAutoZip"
  126.  
  127.  RemoveReg         = "HKEY_CURRENT_USER\\$REGROOTPATH"
  128.  RemoveReg         = "HKEY_LOCAL_MACHINE\\$REGROOTPATH"
  129.  RemoveReg         = "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$APPNAME"
  130.  RemoveReg         = "HKEY_CURRENT_USER\\Software\\BAxBEx\\bxAutoZip"
  131.  RemoveReg         = "HKEY_LOCAL_MACHINE\\SOFTWARE\\BAxBEx\\bxAutoZip"
  132.  
  133.  
  134.  RemoveEmptyReg    = "HKEY_CURRENT_USER\\$REGROOTPATH"
  135.  RemoveEmptyReg    = "HKEY_LOCAL_MACHINE\\$REGROOTPATH"
  136.  RemoveEmptyReg    = "HKEY_CURRENT_USER\\Software\\BAxBEx"
  137.  RemoveEmptyReg    = "HKEY_LOCAL_MACHINE\\Software\\BAxBEx"
  138.  
  139.  
  140. ;-----------------------------------------------------------------------------------------------
  141.  
  142. [CreateFolder]
  143.  CreateFolder      = "CreateTargetFolder"
  144.  
  145. [CreateTargetFolder]
  146.  Path              = "$TARGETFOLDER"
  147.  Flag              = Basic
  148.  
  149. ;-----------------------------------------------------------------------------------------------
  150.  
  151. [Registry]
  152.  AddStandardKeys   = No
  153.  AddRegistry       = "RegisterAddIN"
  154.  
  155. [RegisterAddIN]
  156.  RootKey           = HKEY_LOCAL_MACHINE
  157.  Path              = "SOFTWARE\\Microsoft\\Exchange\\Client\\Extensions"
  158.  ItemName          = "bxAutoZip"
  159.  Value             = "4.0;$TARGETFOLDER\\bxZipMail.dll;1;11111111111111;1111111"
  160.  Flag              = Basic
  161.  
  162.  
  163. ;-----------------------------------------------------------------------------------------------
  164.  
  165. [InstallFlags]
  166.  SelectInstallType = No
  167.  CustomInstall     = No
  168.  
  169. ;-----------------------------------------------------------------------------------------------
  170.  
  171. [ProgramGroup]
  172.  CreateGroup       = NO
  173.  
  174. ;-----------------------------------------------------------------------------------------------
  175.  
  176. [Install Files]
  177.  File = "bxZipMail.dll"
  178.  File = "UnzDll.dll"
  179.  File = "ZIPDLL.dll"
  180.  File = "uninstall.exe"
  181.  File = "tip.exe"
  182.  
  183.  File = "bxZipLang_DK.dll"
  184.  File = "bxZipLang_ES.dll"
  185.  File = "bxZipLang_IT.dll"
  186.  File = "bxZipLang_FR.dll"
  187.  
  188.  
  189.  File = "readme_DE.txt"
  190.  File = "readme_EN.txt"
  191.  File = "readme_DK.txt"
  192.  File = "readme_ES.txt"
  193.  File = "readme_IT.txt"
  194.  File = "readme_FR.txt"
  195.  
  196. ;-----------------------------------------------------------------------------------------------
  197.  
  198. [bxZipMail.dll]
  199.  Flag = Basic
  200.  
  201. [UnzDll.dll]
  202.  Flag = Basic
  203.  
  204. [ZIPDLL.dll]
  205.  Flag = Basic
  206.  
  207. [uninstall.exe]
  208.  Flag = "Uninstall"
  209.  
  210. [tip.exe]
  211.  Flag = Basic
  212.  
  213. ;-----------------------------------------------------------------------------------------------
  214. ; Readme-Datei
  215.  
  216. [readme_DE.txt]
  217.  Flag = Basic
  218.  TargetName = "readme.txt"
  219.  Language = German
  220.    
  221. [readme_EN.txt]
  222.  Flag = Basic
  223.  TargetName = "readme.txt"
  224.  Language = English
  225.  
  226. [readme_DK.txt]
  227.  Flag = Basic
  228.  TargetName = "readme.txt"
  229.  Language = Danish
  230.    
  231. [readme_ES.txt]
  232.  Flag = Basic
  233.  TargetName = "readme.txt"
  234.  Language = Spanish 
  235.  
  236. [readme_IT.txt]
  237.  Flag = Basic
  238.  TargetName = "readme.txt"
  239.  Language = Italian
  240.    
  241. [readme_FR.txt]
  242.  Flag = Basic
  243.  TargetName = "readme.txt"
  244.  Language = French 
  245.  
  246. ;-----------------------------------------------------------------------------------------------
  247. ; Language
  248.  
  249.  
  250. [bxZipLang_DK.dll]
  251.  Flag = Basic
  252.  TargetName = "bxZipLang.dll"
  253.  Language = Danish
  254.    
  255. [bxZipLang_ES.dll]
  256.  Flag = Basic
  257.  TargetName = "bxZipLang.dll"
  258.  Language = Spanish 
  259.  
  260. [bxZipLang_IT.dll]
  261.  Flag = Basic
  262.  TargetName = "bxZipLang.dll"
  263.  Language = Italian
  264.    
  265. [bxZipLang_FR.dll]
  266.  Flag = Basic
  267.  TargetName = "bxZipLang.dll"
  268.  Language = French  
  269.    
  270.  
  271.  
  272. ;-----------------------------------------------------------------------------------------------
  273. ;End of file
  274.